projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6198490
)
*** empty log message ***
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 14 Sep 2001 16:50:25 +0000
(16:50 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 14 Sep 2001 16:50:25 +0000
(16:50 +0000)
lisp/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 0e60bcd4918cc231b73309068ae7904e1521a4e3..6fdfa2136311e7e0a6399a7b6b42fd4fe97e4a00 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
+ Use `equal', not `=', since the device number can be a cons cell.
+
2001-09-14 Gerd Moellmann <gerd@gnu.org>
* simple.el: Comment out change of 2001-09-13.
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d543cf9fd2cfb1cea24f4a2198ef967719b618bf..c23e465a874f0077adf87d0839e0eb9bacd1cb18 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * dired.c (Ffile_attributes): Doc fix.
+
2001-09-14 Gerd Moellmann <gerd@gnu.org>
* fileio.c (Ffile_symlink_p): Fix last change.